<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>DREAM CARE MARKETING - Digital Marketing Agency Jalandhar | MSME Registered</title>
    <meta name="description" content="DREAM CARE MARKETING - Leading digital marketing agency in Jalandhar, Punjab. MSME registered partnership firm since 2017. Expert services in advertising, social media marketing, WhatsApp marketing & market research.">
    <meta name="keywords" content="digital marketing jalandhar, advertising agency punjab, social media marketing, whatsapp business api, market research, brand promotion, dream care marketing">
    <style>
        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
            line-height: 1.6;
            color: #333;
            background: #f8f9fa;
        }

        .container {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 20px;
        }

        /* Header */
        header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 1rem 0;
            position: fixed;
            width: 100%;
            top: 0;
            z-index: 1000;
            box-shadow: 0 4px 20px rgba(0,0,0,0.15);
        }

        nav {
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
        }

        .logo-section {
            flex: 1;
        }

        .logo {
            font-size: 1.8rem;
            font-weight: bold;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            margin-bottom: 0.2rem;
        }

        .tagline {
            font-size: 0.85rem;
            opacity: 0.9;
            font-style: italic;
        }

        .nav-links {
            display: flex;
            list-style: none;
            gap: 1.5rem;
            margin: 0 2rem;
        }

        .nav-links a {
            color: white;
            text-decoration: none;
            font-weight: 500;
            font-size: 0.9rem;
            transition: all 0.3s ease;
            padding: 0.5rem 1rem;
            border-radius: 25px;
        }

        .nav-links a:hover, .nav-links a.active {
            background: rgba(255,255,255,0.2);
            transform: translateY(-2px);
        }

        .nav-contact {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
        }

        .nav-contact .phone {
            font-size: 1.1rem;
            font-weight: bold;
            margin-bottom: 0.2rem;
        }

        .nav-contact .msme {
            font-size: 0.75rem;
            background: rgba(255,255,255,0.2);
            padding: 0.2rem 0.8rem;
            border-radius: 15px;
        }

        /* Main Content */
        main {
            margin-top: 90px;
        }

        .page {
            display: none;
            min-height: 70vh;
        }

        .page.active {
            display: block;
        }

        .page-header {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 4rem 0 2rem 0;
            text-align: center;
        }

        .page-header h1 {
            font-size: 2.8rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .page-header p {
            font-size: 1.2rem;
            opacity: 0.9;
            max-width: 600px;
            margin: 0 auto;
        }

        /* Hero Section */
        .hero {
            background: linear-gradient(rgba(102, 126, 234, 0.9), rgba(118, 75, 162, 0.9)), 
                        url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><rect fill="%23667eea" width="1200" height="600"/><circle fill="%23ffffff" opacity="0.1" cx="300" cy="150" r="80"/><circle fill="%23ffffff" opacity="0.1" cx="900" cy="250" r="120"/><circle fill="%23ffffff" opacity="0.1" cx="600" cy="400" r="100"/></svg>');
            color: white;
            padding: 120px 0 80px 0;
            text-align: center;
            min-height: 100vh;
            display: flex;
            align-items: center;
        }

        .hero-content h1 {
            font-size: 3.5rem;
            margin-bottom: 1rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
            font-weight: 800;
        }

        .hero-content .subtitle {
            font-size: 1.4rem;
            margin-bottom: 0.5rem;
            opacity: 0.95;
        }

        .hero-content .established {
            font-size: 1.1rem;
            margin-bottom: 2rem;
            background: rgba(255,255,255,0.15);
            padding: 0.5rem 1.5rem;
            border-radius: 25px;
            display: inline-block;
        }

        .hero-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 2rem;
            margin: 3rem 0;
        }

        .stat-item {
            background: rgba(255,255,255,0.1);
            padding: 1.5rem;
            border-radius: 15px;
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255,255,255,0.2);
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: bold;
            display: block;
        }

        .stat-label {
            font-size: 0.9rem;
            opacity: 0.9;
            margin-top: 0.5rem;
        }

        .cta-buttons {
            margin-top: 2rem;
            display: flex;
            gap: 1rem;
            justify-content: center;
            flex-wrap: wrap;
        }

        .cta-button {
            background: #ff6b6b;
            color: white;
            padding: 1rem 2rem;
            border: none;
            border-radius: 50px;
            font-size: 1.1rem;
            font-weight: bold;
            cursor: pointer;
            transition: all 0.3s ease;
            text-decoration: none;
            display: inline-block;
        }

        .cta-button:hover {
            background: #ff5252;
            transform: translateY(-3px);
            box-shadow: 0 8px 25px rgba(255, 107, 107, 0.4);
        }

        .cta-button.secondary {
            background: transparent;
            border: 2px solid white;
            color: white;
        }

        .cta-button.secondary:hover {
            background: white;
            color: #667eea;
        }

        /* Content Sections */
        .content-section {
            padding: 4rem 0;
        }

        .content-section:nth-child(even) {
            background: white;
        }

        .services-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 2.5rem;
            margin-top: 3rem;
        }

        .service-card {
            background: white;
            padding: 2.5rem;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            text-align: center;
            transition: all 0.4s ease;
            position: relative;
            overflow: hidden;
        }

        .service-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: -100%;
            width: 100%;
            height: 4px;
            background: linear-gradient(90deg, #667eea, #764ba2);
            transition: all 0.4s ease;
        }

        .service-card:hover::before {
            left: 0;
        }

        .service-card:hover {
            transform: translateY(-10px);
            box-shadow: 0 20px 40px rgba(102, 126, 234, 0.15);
        }

        .service-icon {
            font-size: 3.5rem;
            margin-bottom: 1.5rem;
            display: block;
        }

        .service-card h3 {
            color: #667eea;
            margin-bottom: 1rem;
            font-size: 1.5rem;
        }

        .service-card p {
            color: #666;
            margin-bottom: 1.5rem;
        }

        .service-features {
            list-style: none;
            text-align: left;
        }

        .service-features li {
            padding: 0.3rem 0;
            color: #555;
            position: relative;
            padding-left: 1.5rem;
        }

        .service-features li::before {
            content: '✓';
            position: absolute;
            left: 0;
            color: #667eea;
            font-weight: bold;
        }

        /* Info Cards */
        .info-cards {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 2rem;
            margin-top: 3rem;
        }

        .info-card {
            background: white;
            padding: 2rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
            text-align: center;
            transition: all 0.3s ease;
        }

        .info-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 10px 30px rgba(0,0,0,0.12);
        }

        .info-card .icon {
            font-size: 2.5rem;
            margin-bottom: 1rem;
            color: #667eea;
        }

        .info-card h3 {
            color: #667eea;
            margin-bottom: 0.5rem;
        }

        .info-card p {
            color: #666;
        }

        /* Team Section */
        .team-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
            gap: 3rem;
            margin-top: 3rem;
        }

        .team-card {
            background: white;
            padding: 2.5rem;
            border-radius: 20px;
            box-shadow: 0 10px 30px rgba(0,0,0,0.1);
            text-align: center;
            transition: all 0.3s ease;
        }

        .team-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.15);
        }

        .team-photo {
            width: 120px;
            height: 120px;
            border-radius: 50%;
            background: linear-gradient(135deg, #667eea, #764ba2);
            margin: 0 auto 1.5rem;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 3rem;
            color: white;
        }

        .team-card h3 {
            color: #667eea;
            margin-bottom: 0.5rem;
            font-size: 1.4rem;
        }

        .team-card .position {
            color: #ff6b6b;
            font-weight: bold;
            margin-bottom: 1rem;
        }

        /* Contact Section */
        .contact-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 3rem;
            margin-top: 3rem;
        }

        .contact-item {
            background: white;
            padding: 2.5rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            text-align: center;
        }

        .contact-item .icon {
            font-size: 3rem;
            margin-bottom: 1rem;
            color: #667eea;
        }

        .contact-item h3 {
            color: #667eea;
            margin-bottom: 1rem;
        }

        .contact-item p {
            color: #666;
            line-height: 1.8;
        }

        .contact-item strong {
            color: #333;
            font-size: 1.1rem;
        }

        /* Privacy Policy */
        .privacy-content {
            background: white;
            padding: 3rem;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.1);
            margin: 2rem 0;
        }

        .privacy-content h2 {
            color: #667eea;
            margin: 2rem 0 1rem 0;
            font-size: 1.5rem;
        }

        .privacy-content h3 {
            color: #764ba2;
            margin: 1.5rem 0 1rem 0;
        }

        .privacy-content ul, .privacy-content ol {
            margin: 1rem 0 1rem 2rem;
        }

        .privacy-content li {
            margin-bottom: 0.5rem;
            line-height: 1.6;
        }

        /* Footer */
        footer {
            background: #2c3e50;
            color: white;
            padding: 4rem 0 2rem 0;
            margin-top: 4rem;
        }

        .footer-content {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 3rem;
            margin-bottom: 2rem;
        }

        .footer-section h3 {
            color: #667eea;
            margin-bottom: 1rem;
        }

        .footer-section p, .footer-section li {
            color: #bdc3c7;
            margin-bottom: 0.5rem;
            line-height: 1.6;
        }

        .footer-section ul {
            list-style: none;
        }

        .footer-section a {
            color: #bdc3c7;
            text-decoration: none;
            transition: color 0.3s ease;
        }

        .footer-section a:hover {
            color: #667eea;
        }

        .footer-bottom {
            border-top: 1px solid #34495e;
            padding-top: 2rem;
            text-align: center;
            color: #95a5a6;
        }

        /* Mobile Menu */
        .mobile-menu-btn {
            display: none;
            background: none;
            border: none;
            color: white;
            font-size: 1.5rem;
            cursor: pointer;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .mobile-menu-btn {
                display: block;
            }
            
            .nav-links {
                display: none;
                position: absolute;
                top: 100%;
                left: 0;
                right: 0;
                background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
                flex-direction: column;
                padding: 1rem;
                box-shadow: 0 4px 20px rgba(0,0,0,0.2);
            }
            
            .nav-links.active {
                display: flex;
            }
            
            .nav-contact {
                align-items: flex-start;
                margin-top: 1rem;
            }
            
            .hero-content h1 {
                font-size: 2.5rem;
            }
            
            .page-header h1 {
                font-size: 2rem;
            }
            
            .hero-stats {
                grid-template-columns: repeat(2, 1fr);
                gap: 1rem;
            }
            
            .cta-buttons {
                flex-direction: column;
                align-items: center;
            }
            
            .cta-button {
                width: 100%;
                max-width: 300px;
            }
        }

        @media (max-width: 480px) {
            .container {
                padding: 0 15px;
            }
            
            .hero-content h1 {
                font-size: 2rem;
            }
            
            .hero-stats {
                grid-template-columns: 1fr;
            }
            
            .services-grid,
            .info-cards,
            .team-grid,
            .contact-grid {
                grid-template-columns: 1fr;
            }
        }

        /* Interactive Elements */
        .clickable-card {
            cursor: pointer;
            transition: all 0.3s ease;
        }

        .clickable-card:hover {
            transform: translateY(-8px) scale(1.03);
            box-shadow: 0 15px 40px rgba(102, 126, 234, 0.2);
        }

        .clickable-card.highlighted {
            border: 2px solid #667eea;
            box-shadow: 0 0 20px rgba(102, 126, 234, 0.3);
        }

        .interactive-team-card {
            cursor: pointer;
            transition: all 0.4s ease;
        }

        .interactive-team-card:hover {
            transform: translateY(-10px) scale(1.05);
            box-shadow: 0 20px 50px rgba(0,0,0,0.2);
        }

        .skill-tag {
            display: inline-block;
            background: #f0f2f5;
            color: #667eea;
            padding: 0.3rem 0.8rem;
            border-radius: 15px;
            font-size: 0.8rem;
            margin: 0.2rem;
            border: 1px solid #e0e0e0;
            transition: all 0.3s ease;
        }

        .skill-tag:hover {
            background: #667eea;
            color: white;
        }

        .team-contact-btn {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white;
            border: none;
            padding: 0.5rem 1rem;
            border-radius: 20px;
            font-size: 0.9rem;
            cursor: pointer;
            transition: all 0.3s ease;
            margin-top: 1rem;
        }

        .team-contact-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 5px 15px rgba(102, 126, 234, 0.3);
        }

        .achievement-card:hover {
            background: rgba(255,255,255,0.2) !important;
            transform: scale(1.05);
        }

        .achievement-card.counting {
            animation: pulse 0.5s ease-in-out;
        }

        .editable-content {
            transition: all 0.3s ease;
            padding: 0.5rem;
            border-radius: 5px;
            cursor: pointer;
        }

        .editable-content:hover {
            background: rgba(102, 126, 234, 0.1);
            border: 1px dashed #667eea;
        }

        .edit-indicator {
            position: absolute;
            top: 10px;
            right: 10px;
            background: #667eea;
            color: white;
            padding: 0.2rem 0.5rem;
            border-radius: 10px;
            font-size: 0.7rem;
            opacity: 0;
            transition: all 0.3s ease;
        }

        .info-card:hover .edit-indicator {
            opacity: 1;
        }

        /* Animations */
        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translateY(40px);
            }
            to {
                opacity: 1;
                transform: translateY(0);
            }
        }

        .fade-in {
            animation: fadeInUp 0.8s ease-out;
        }

        @keyframes float {
            0%, 100% { transform: translateY(0px); }
            50% { transform: translateY(-10px); }
        }

        .float {
            animation: float 3s ease-in-out infinite;
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.1); }
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% { transform: translateY(0); }
            40% { transform: translateY(-10px); }
            60% { transform: translateY(-5px); }
        }

        .bounce {
            animation: bounce 0.6s ease-in-out;
        }
    </style>
</head>
<body>
    <header>
        <nav class="container">
            <div class="logo-section">
                <div class="logo">DREAM CARE MARKETING</div>
                <div class="tagline">Your Digital Growth Partner</div>
            </div>
            
            <ul class="nav-links" id="navLinks">
                <li><a href="#" onclick="showPage('home')" class="active">Home</a></li>
                <li><a href="#" onclick="showPage('about')">About</a></li>
                <li><a href="#" onclick="showPage('services')">Services</a></li>
                <li><a href="#" onclick="showPage('portfolio')">Portfolio</a></li>
                <li><a href="#" onclick="showPage('contact')">Contact</a></li>
                <li><a href="#" onclick="showPage('privacy')">Privacy</a></li>
            </ul>
            
            <button class="mobile-menu-btn" onclick="toggleMobileMenu()">☰</button>
            
            <div class="nav-contact">
                <div class="phone">📞 +91-98760-39390</div>
                <div class="msme">MSME: PB10D0017820</div>
            </div>
        </nav>
    </header>

    <main>
        <!-- HOME PAGE -->
        <div id="home" class="page active">
            <section class="hero">
                <div class="container">
                    <div class="hero-content fade-in">
                        <h1>DREAM CARE MARKETING</h1>
                        <p class="subtitle">Leading Digital Marketing Agency in Jalandhar, Punjab</p>
                        <p class="established">🏛️ MSME Registered Partnership Firm Since 2017</p>
                        
                        <div class="hero-stats">
                            <div class="stat-item float">
                                <span class="stat-number">7+</span>
                                <span class="stat-label">Years Experience</span>
                            </div>
                            <div class="stat-item float" style="animation-delay: 0.2s;">
                                <span class="stat-number">150+</span>
                                <span class="stat-label">Projects Completed</span>
                            </div>
                            <div class="stat-item float" style="animation-delay: 0.4s;">
                                <span class="stat-number">50+</span>
                                <span class="stat-label">Happy Clients</span>
                            </div>
                            <div class="stat-item float" style="animation-delay: 0.6s;">
                                <span class="stat-number">5</span>
                                <span class="stat-label">Team Members</span>
                            </div>
                        </div>

                        <div class="cta-buttons">
                            <a href="tel:+919876039390" class="cta-button">📞 Call Now</a>
                            <a href="https://wa.me/919876039390" class="cta-button secondary">💬 WhatsApp</a>
                        </div>
                    </div>
                </div>
            </section>

            <section class="content-section">
                <div class="container">
                    <div class="services-grid">
                        <div class="service-card fade-in">
                            <span class="service-icon">🎯</span>
                            <h3>Digital Advertising</h3>
                            <p>Strategic online campaigns that deliver measurable results and maximize your ROI.</p>
                            <ul class="service-features">
                                <li>Google Ads Management</li>
                                <li>Facebook & Instagram Ads</li>
                                <li>Performance Tracking</li>
                            </ul>
                        </div>

                        <div class="service-card fade-in">
                            <span class="service-icon">📱</span>
                            <h3>Social Media Marketing</h3>
                            <p>Build your brand presence across all social platforms with engaging content.</p>
                            <ul class="service-features">
                                <li>Content Creation</li>
                                <li>Community Management</li>
                                <li>Brand Engagement</li>
                            </ul>
                        </div>

                        <div class="service-card fade-in">
                            <span class="service-icon">💬</span>
                            <h3>WhatsApp Marketing</h3>
                            <p>Direct customer communication through WhatsApp Business API for better engagement.</p>
                            <ul class="service-features">
                                <li>WhatsApp Business API</li>
                                <li>Automated Messaging</li>
                                <li>Customer Support</li>
                            </ul>
                        </div>
                    </div>
                </div>
            </section>
        </div>

        <!-- ABOUT PAGE -->
        <div id="about" class="page">
            <div class="page-header">
                <div class="container">
                    <h1>About Dream Care Marketing</h1>
                    <p>MSME Registered Partnership Firm - Your Trusted Digital Marketing Partner Since 2017</p>
                </div>
            </div>

            <!-- Company Story Section -->
            <section class="content-section">
                <div class="container">
                    <div class="about-story" style="background: white; padding: 4rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); margin-bottom: 4rem;">
                        <div style="display: grid; grid-template-columns: 1fr 300px; gap: 4rem; align-items: center;">
                            <div>
                                <h2 style="color: #667eea; margin-bottom: 2rem; font-size: 2.2rem;">Our Journey</h2>
                                <p style="font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; color: #555;">
                                    Founded in <strong>2017</strong> by <strong>Manish Kumar</strong>, Dream Care Marketing began as a vision to bridge the gap between traditional businesses and the digital world. What started as a small partnership firm in Jalandhar has grown into Punjab's trusted digital marketing agency.
                                </p>
                                <p style="font-size: 1.1rem; line-height: 1.8; margin-bottom: 1.5rem; color: #555;">
                                    With our MSME registration and commitment to ethical marketing practices, we've helped over <strong>50 businesses</strong> transform their digital presence and achieve measurable growth through innovative marketing strategies.
                                </p>
                                <div style="display: flex; gap: 1rem; margin-top: 2rem;">
                                    <button onclick="showPage('portfolio')" class="cta-button" style="font-size: 0.9rem; padding: 0.8rem 1.5rem;">View Our Work</button>
                                    <button onclick="showPage('contact')" class="cta-button secondary" style="font-size: 0.9rem; padding: 0.8rem 1.5rem;">Get In Touch</button>
                                </div>
                            </div>
                            <div style="text-align: center;">
                                <div style="width: 250px; height: 250px; border-radius: 50%; background: linear-gradient(135deg, #667eea, #764ba2); display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; box-shadow: 0 10px 30px rgba(102, 126, 234, 0.3);">
                                    <span style="font-size: 4rem; color: white; font-weight: bold;">DCM</span>
                                </div>
                                <p style="color: #667eea; font-weight: bold;">Est. 2017</p>
                            </div>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Key Information Cards -->
            <section class="content-section" style="background: #f8f9fa;">
                <div class="container">
                    <h2 style="text-align: center; color: #667eea; margin-bottom: 3rem; font-size: 2.2rem;">Company Information</h2>
                    <div class="info-cards">
                        <div class="info-card clickable-card" onclick="highlightCard(this)">
                            <div class="icon">🏛️</div>
                            <h3>MSME Registered</h3>
                            <p><strong>UAM Number:</strong> PB10D0017820<br>
                            <strong>Date of Commencement:</strong> July 13, 2017<br>
                            <strong>Enterprise Type:</strong> Small (Services)</p>
                        </div>

                        <div class="info-card clickable-card" onclick="highlightCard(this)">
                            <div class="icon">👨‍💼</div>
                            <h3>Leadership</h3>
                            <p><strong>Proprietor:</strong> Manish Kumar<br>
                            <strong>Experience:</strong> 7+ Years<br>
                            <strong>Specialization:</strong> Digital Marketing</p>
                        </div>

                        <div class="info-card clickable-card" onclick="highlightCard(this)">
                            <div class="icon">🏢</div>
                            <h3>Business Classification</h3>
                            <p><strong>Organization:</strong> Partnership Firm<br>
                            <strong>Activity:</strong> Advertising Services<br>
                            <strong>NIC Code:</strong> 73100</p>
                        </div>

                        <div class="info-card clickable-card" onclick="highlightCard(this)">
                            <div class="icon">📍</div>
                            <h3>Office Location</h3>
                            <p><strong>Address:</strong> Shop No. 12, First Floor<br>
                            PPR Mall Main Block, Mithapur<br>
                            <strong>City:</strong> Jalandhar, Punjab - 144022</p>
                        </div>

                        <div class="info-card clickable-card" onclick="highlightCard(this)">
                            <div class="icon">👥</div>
                            <h3>Our Team</h3>
                            <p><strong>Team Size:</strong> 5 Professionals<br>
                            <strong>Expertise:</strong> Multi-disciplinary<br>
                            <strong>Focus:</strong> Results-Driven</p>
                        </div>

                        <div class="info-card clickable-card" onclick="highlightCard(this)">
                            <div class="icon">🎯</div>
                            <h3>Our Mission</h3>
                            <p><strong>Goal:</strong> Digital Transformation<br>
                            <strong>Values:</strong> Ethics & Innovation<br>
                            <strong>Vision:</strong> Punjab's #1 Agency</p>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Interactive Team Section -->
            <section class="content-section" style="background: white;">
                <div class="container">
                    <h2 style="text-align: center; color: #667eea; margin-bottom: 1rem; font-size: 2.2rem;">Meet Our Expert Team</h2>
                    <p style="text-align: center; color: #666; margin-bottom: 3rem; font-size: 1.1rem;">Passionate professionals dedicated to your business growth</p>
                    <div class="team-grid">
                        <div class="team-card interactive-team-card" onclick="expandTeamCard(this, 'manish')">
                            <div class="team-photo" style="background: linear-gradient(135deg, #667eea, #764ba2);">MK</div>
                            <h3>Manish Kumar</h3>
                            <p class="position">Founder & Managing Partner</p>
                            <p class="team-description">Leading Dream Care Marketing since 2017 with expertise in digital advertising, market research, and strategic business development.</p>
                            <div class="team-skills" style="margin-top: 1rem;">
                                <span class="skill-tag">Digital Strategy</span>
                                <span class="skill-tag">Business Development</span>
                                <span class="skill-tag">Client Relations</span>
                            </div>
                            <button class="team-contact-btn" onclick="event.stopPropagation(); window.location.href='tel:+919876039390'">Contact</button>
                        </div>

                        <div class="team-card interactive-team-card" onclick="expandTeamCard(this, 'social')">
                            <div class="team-photo" style="background: linear-gradient(135deg, #ff6b6b, #ffa726);">SM</div>
                            <h3>Creative Team</h3>
                            <p class="position">Social Media & Content Specialists</p>
                            <p class="team-description">Our creative powerhouse manages campaigns, content creation, and community engagement across all major platforms.</p>
                            <div class="team-skills" style="margin-top: 1rem;">
                                <span class="skill-tag">Content Creation</span>
                                <span class="skill-tag">Social Media</span>
                                <span class="skill-tag">Brand Design</span>
                            </div>
                            <button class="team-contact-btn" onclick="event.stopPropagation(); showPage('contact')">Learn More</button>
                        </div>

                        <div class="team-card interactive-team-card" onclick="expandTeamCard(this, 'advertising')">
                            <div class="team-photo" style="background: linear-gradient(135deg, #4caf50, #66bb6a);">AD</div>
                            <h3>Performance Team</h3>
                            <p class="position">Advertising & Analytics Experts</p>
                            <p class="team-description">Specialized in paid advertising, performance marketing, and data analytics. Focused on ROI-driven campaigns and measurable results.</p>
                            <div class="team-skills" style="margin-top: 1rem;">
                                <span class="skill-tag">Google Ads</span>
                                <span class="skill-tag">Facebook Ads</span>
                                <span class="skill-tag">Analytics</span>
                            </div>
                            <button class="team-contact-btn" onclick="event.stopPropagation(); showPage('services')">Our Services</button>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Interactive Stats Section -->
            <section class="content-section" style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); color: white;">
                <div class="container">
                    <h2 style="text-align: center; margin-bottom: 3rem; font-size: 2.2rem;">Our Achievements</h2>
                    <div style="display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 2rem;">
                        <div class="achievement-card" onclick="animateCounter(this)" style="text-align: center; padding: 2rem; background: rgba(255,255,255,0.1); border-radius: 15px; cursor: pointer; transition: all 0.3s ease;">
                            <div class="achievement-number" data-target="7" style="font-size: 3rem; font-weight: bold;">0</div>
                            <p style="font-size: 1.1rem; opacity: 0.9;">Years of Excellence</p>
                        </div>
                        <div class="achievement-card" onclick="animateCounter(this)" style="text-align: center; padding: 2rem; background: rgba(255,255,255,0.1); border-radius: 15px; cursor: pointer; transition: all 0.3s ease;">
                            <div class="achievement-number" data-target="150" style="font-size: 3rem; font-weight: bold;">0</div>
                            <p style="font-size: 1.1rem; opacity: 0.9;">Projects Completed</p>
                        </div>
                        <div class="achievement-card" onclick="animateCounter(this)" style="text-align: center; padding: 2rem; background: rgba(255,255,255,0.1); border-radius: 15px; cursor: pointer; transition: all 0.3s ease;">
                            <div class="achievement-number" data-target="50" style="font-size: 3rem; font-weight: bold;">0</div>
                            <p style="font-size: 1.1rem; opacity: 0.9;">Happy Clients</p>
                        </div>
                        <div class="achievement-card" onclick="animateCounter(this)" style="text-align: center; padding: 2rem; background: rgba(255,255,255,0.1); border-radius: 15px; cursor: pointer; transition: all 0.3s ease;">
                            <div class="achievement-number" data-target="5" style="font-size: 3rem; font-weight: bold;">0</div>
                            <p style="font-size: 1.1rem; opacity: 0.9;">Team Members</p>
                        </div>
                    </div>
                </div>
            </section>

            <!-- Call to Action Section -->
            <section class="content-section">
                <div class="container">
                    <div style="background: white; padding: 4rem; border-radius: 20px; box-shadow: 0 10px 30px rgba(0,0,0,0.1); text-align: center;">
                        <h2 style="color: #667eea; margin-bottom: 1rem; font-size: 2.2rem;">Ready to Grow Your Business?</h2>
                        <p style="font-size: 1.2rem; color: #666; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto;">
                            Join our growing family of successful businesses. Let's create something amazing together with our proven digital marketing strategies.
                        </p>
                        <div style="display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap;">
                            <button onclick="showPage('contact')" class="cta-button">Get Free Consultation</button>
                            <button onclick="showPage('services')" class="cta-button secondary">Explore Services</button>
                            <button onclick="showPage('portfolio')" class="cta-button secondary">View Portfolio</button>
                        </div>
                    </div>
                </div>
            </section>
        </div>

        <!-- SERVICES PAGE -->
        <div id="services" class="page">
            <div class="page-header">
                <div class="container">
                    <h1>Our Services</h1>
                    <p>Comprehensive digital marketing solutions for businesses across Punjab</p>
                </div>
            </div>

            <section class="content-section">
                <div class="container">
                    <div class="services-grid">
                        <div class="service-card">
                            <span class="service-icon">🎯</span>
                            <h3>Digital Advertising</h3>
                            <p>Strategic online advertising campaigns that deliver measurable results and maximize your return on investment.</p>
                            <ul class="service-features">
                                <li>Google Ads Management</li>
                                <li>Facebook & Instagram Advertising</li>
                                <li>YouTube Video Ads</li>
                                <li>Display Advertising Networks</li>
                                <li>Remarketing Campaigns</li>
                                <li>Performance Analytics</li>
                            </ul>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">📱</span>
                            <h3>Social Media Marketing</h3>
                            <p>Build your brand presence across all social platforms with engaging content and strategic community management.</p>
                            <ul class="service-features">
                                <li>Content Strategy & Creation</li>
                                <li>Community Management</li>
                                <li>Influencer Partnerships</li>
                                <li>Social Media Analytics</li>
                                <li>Brand Engagement Campaigns</li>
                                <li>Social Commerce Setup</li>
                            </ul>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">💬</span>
                            <h3>WhatsApp Marketing</h3>
                            <p>Direct customer communication through WhatsApp Business API for better engagement and customer service.</p>
                            <ul class="service-features">
                                <li>WhatsApp Business API Setup</li>
                                <li>Automated Messaging Systems</li>
                                <li>Customer Support Integration</li>
                                <li>Bulk Broadcasting</li>
                                <li>Chatbot Development</li>
                                <li>Message Templates</li>
                            </ul>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">📊</span>
                            <h3>Market Research</h3>
                            <p>Data-driven insights to understand your market, competition, and customer behavior for strategic decision making.</p>
                            <ul class="service-features">
                                <li>Consumer Behavior Analysis</li>
                                <li>Competitor Research</li>
                                <li>Market Trend Analysis</li>
                                <li>Industry Reports</li>
                                <li>Customer Surveys</li>
                                <li>Strategic Planning</li>
                            </ul>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">🎨</span>
                            <h3>Brand Development</h3>
                            <p>Complete brand building solutions from strategy to visual identity and market positioning.</p>
                            <ul class="service-features">
                                <li>Brand Strategy Development</li>
                                <li>Logo & Identity Design</li>
                                <li>Brand Guidelines Creation</li>
                                <li>Marketing Collaterals</li>
                                <li>Brand Positioning</li>
                                <li>Visual Content Creation</li>
                            </ul>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">🔍</span>
                            <h3>SEO Services</h3>
                            <p>Improve your search engine rankings and drive organic traffic to your website with our proven SEO strategies.</p>
                            <ul class="service-features">
                                <li>Keyword Research & Analysis</li>
                                <li>On-Page SEO Optimization</li>
                                <li>Off-Page SEO & Link Building</li>
                                <li>Technical SEO Audits</li>
                                <li>Local SEO for Punjab Market</li>
                                <li>SEO Performance Tracking</li>
                            </ul>
                        </div>
                    </div>
                </div>
            </section>
        </div>

        <!-- PORTFOLIO PAGE -->
        <div id="portfolio" class="page">
            <div class="page-header">
                <div class="container">
                    <h1>Our Portfolio</h1>
                    <p>Success stories and achievements from 7+ years of excellence</p>
                </div>
            </div>

            <section class="content-section">
                <div class="container">
                    <h2 style="text-align: center; color: #667eea; margin-bottom: 3rem;">Industries We Serve</h2>
                    <div class="services-grid">
                        <div class="service-card">
                            <span class="service-icon">🏪</span>
                            <h3>Retail & E-commerce</h3>
                            <p>Helping retail businesses establish strong online presence and drive sales through digital marketing strategies.</p>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">🏥</span>
                            <h3>Healthcare</h3>
                            <p>Supporting healthcare providers in building trust and reaching patients through ethical and effective marketing.</p>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">🎓</span>
                            <h3>Education</h3>
                            <p>Assisting educational institutions in student recruitment and brand awareness campaigns across Punjab.</p>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">🍽️</span>
                            <h3>Food & Hospitality</h3>
                            <p>Boosting restaurants and hotels with appetizing content and customer engagement strategies.</p>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">🏠</span>
                            <h3>Real Estate</h3>
                            <p>Helping property developers and agents reach potential buyers through targeted digital campaigns.</p>
                        </div>

                        <div class="service-card">
                            <span class="service-icon">⚙️</span>
                            <h3>Manufacturing</h3>
                            <p>Supporting B2B manufacturers with lead generation and brand building initiatives in Punjab region.</p>
                        </div>
                    </div>
                </div>
            </section>

            <section class="content-section" style="background: white;">
                <div class="container">
                    <h2 style="text-align: center; color: #667eea; margin-bottom: 3rem;">Our Achievements</h2>
                    <div class="info-cards">
                        <div class="info-card">
                            <div class="icon">📈</div>
                            <h3>150+ Projects</h3>
                            <p>Successfully completed marketing campaigns for diverse businesses across Punjab and neighboring states.</p>
                        </div>

                        <div class="info-card">
                            <div class="icon">😊</div>
                            <h3>50+ Happy Clients</h3>
                            <p>Long-term partnerships built on trust, transparency, and consistently delivered results.</p>
                        </div>

                        <div class="info-card">
                            <div class="icon">🏆</div>
                            <h3>7+ Years Excellence</h3>
                            <p>Consistent growth and client satisfaction since our establishment in 2017.</p>
                        </div>

                        <div class="info-card">
                            <div class="icon">🎯</div>
                            <h3>Punjab Market Leader</h3>
                            <p>Recognized expertise in regional market dynamics and local business understanding.</p>
                        </div>
                    </div>
                </div>
            </section>
        </div>

        <!-- CONTACT PAGE -->
        <div id="contact" class="page">
            <div class="page-header">
                <div class="container">
                    <h1>Contact Us</h1>
                    <p>Ready to grow your business? Get in touch with our expert team today!</p>
                </div>
            </div>

            <section class="content-section">
                <div class="container">
                    <div class="contact-grid">
                        <div class="contact-item">
                            <div class="icon">📍</div>
                            <h3>Visit Our Office</h3>
                            <p>
                                <strong>DREAM CARE MARKETING</strong><br>
                                Shop No. 12, First Floor<br>
                                PPR Mall Main Block<br>
                                Mithapur Road<br>
                                Jalandhar - 144022<br>
                                Punjab, India
                            </p>
                        </div>

                        <div class="contact-item">
                            <div class="icon">📞</div>
                            <h3>Call Us</h3>
                            <p>
                                <strong>Mobile: +91-98760-39390</strong><br><br>
                                <strong>Business Hours:</strong><br>
                                Monday - Saturday: 10:00 AM - 7:00 PM<br>
                                Sunday: Closed<br><br>
                                <em>24/7 WhatsApp Support Available</em>
                            </p>
                        </div>

                        <div class="contact-item">
                            <div class="icon">✉️</div>
                            <h3>Email Us</h3>
                            <p>
                                <strong>Email: manishkrishna39@gmail.com</strong><br><br>
                                Quick Response Guaranteed<br>
                                Professional Consultation<br>
                                Free Marketing Audit<br><br>
                                <em>We reply within 2 hours during business hours</em>
                            </p>
                        </div>
                    </div>
                </div>
            </section>

            <section class="content-section" style="background: white;">
                <div class="container">
                    <h2 style="text-align: center; color: #667eea; margin-bottom: 3rem;">Business Information</h2>
                    <div class="info-cards">
                        <div class="info-card">
                            <div class="icon">🏛️</div>
                            <h3>MSME Registration</h3>
                            <p><strong>UAM Number:</strong> PB10D0017820<br>
                            <strong>Type:</strong> Partnership Firm<br>
                            <strong>Since:</strong> July 13, 2017</p>
                        </div>

                        <div class="info-card">
                            <div class="icon">🏦</div>
                            <h3>Banking Details</h3>
                            <p><strong>Bank:</strong> ICICI Bank<br>
                            <strong>IFSC Code:</strong> ICIC0000082<br>
                            <strong>Account:</strong> 008205500936</p>
                        </div>

                        <div class="info-card">
                            <div class="icon">🏢</div>
                            <h3>Business Classification</h3>
                            <p><strong>NIC Code:</strong> 73100<br>
                            <strong>Activity:</strong> Advertising Services<br>
                            <strong>Category:</strong> Small Enterprise</p>
                        </div>

                        <div class="info-card">
                            <div class="icon">📋</div>
                            <h3>District Industry Centre</h3>
                            <p><strong>Location:</strong> Jalandhar<br>
                            <strong>State:</strong> Punjab<br>
                            <strong>PIN Code:</strong> 144022</p>
                        </div>
                    </div>

                    <div style="text-align: center; margin-top: 3rem;">
                        <h2 style="color: #667eea; margin-bottom: 2rem;">Get Free Consultation</h2>
                        <p style="font-size: 1.1rem; margin-bottom: 2rem; color: #666;">Ready to take your business to the next level? Contact us today for a free marketing consultation.</p>
                        <div class="cta-buttons">
                            <a href="tel:+919876039390" class="cta-button">📞 Call Now</a>
                            <a href="https://wa.me/919876039390?text=Hi, I'm interested in your digital marketing services" class="cta-button secondary">💬 WhatsApp</a>
                        </div>
                    </div>
                </div>
            </section>
        </div>

        <!-- PRIVACY POLICY PAGE -->
        <div id="privacy" class="page">
            <div class="page-header">
                <div class="container">
                    <h1>Privacy Policy</h1>
                    <p>Last updated: August 25, 2025</p>
                </div>
            </div>

            <section class="content-section">
                <div class="container">
                    <div class="privacy-content">
                        <p>Dream Care Marketing ("we," "our," or "us") is committed to protecting your privacy. This Privacy Policy explains how we collect, use, and protect your personal information when you use our services or visit our website.</p>

                        <h2>1. Information We Collect</h2>
                        <p>We collect information you provide directly to us, such as when you:</p>
                        <ul>
                            <li>Contact us for digital marketing services</li>
                            <li>Subscribe to our newsletters or updates</li>
                            <li>Participate in surveys or provide feedback</li>
                            <li>Engage with our social media content</li>
                            <li>Use our WhatsApp Business services</li>
                            <li>Request quotes or consultations</li>
                        </ul>

                        <h3>Types of Information:</h3>
                        <ul>
                            <li><strong>Contact Information:</strong> Name, email address, phone number, business address</li>
                            <li><strong>Business Information:</strong> Company name, industry, marketing needs, budget</li>
                            <li><strong>Communication Data:</strong> Messages, feedback, inquiries, and correspondence</li>
                            <li><strong>Technical Information:</strong> IP address, browser type, device information, website usage</li>
                        </ul>

                        <h2>2. How We Use Your Information</h2>
                        <p>We use collected information for the following purposes:</p>
                        <ul>
                            <li>Provide digital marketing services and consultations</li>
                            <li>Communicate about our services, updates, and offers</li>
                            <li>Send marketing materials and newsletters (with your consent)</li>
                            <li>Improve our services and customer experience</li>
                            <li>Comply with legal obligations and industry standards</li>
                            <li>Respond to inquiries and provide customer support</li>
                            <li>Conduct market research and analytics</li>
                        </ul>

                        <h2>3. WhatsApp Communication Policy</h2>
                        <h3>Consent Requirements:</h3>
                        <p>We only send WhatsApp messages to users who have provided explicit consent to receive communications from Dream Care Marketing.</p>

                        <h3>Opt-in Methods:</h3>
                        <p>You may provide consent through:</p>
                        <ul>
                            <li>Website contact forms and inquiry submissions</li>
                            <li>Phone conversations with our team</li>
                            <li>Email subscriptions and newsletter signup</li>
                            <li>Business card exchanges at events</li>
                            <li>Social media interactions and direct messages</li>
                            <li>Referrals from existing clients</li>
                        </ul>

                        <h3>Message Types:</h3>
                        <p>We may send the following types of WhatsApp messages:</p>
                        <ul>
                            <li>Service-related notifications and updates</li>
                            <li>Marketing campaigns and promotional offers</li>
                            <li>Customer support and assistance</li>
                            <li>Appointment reminders and confirmations</li>
                            <li>Industry insights and tips</li>
                        </ul>

                        <h3>Opt-out Options:</h3>
                        <p>You can opt-out of WhatsApp communications at any time by:</p>
                        <ul>
                            <li>Replying "STOP" or "UNSUBSCRIBE" to any WhatsApp message</li>
                            <li>Contacting us at manishkrishna39@gmail.com</li>
                            <li>Calling us at +91-98760-39390</li>
                            <li>Visiting our office during business hours</li>
                        </ul>

                        <h2>4. Data Security</h2>
                        <p>We implement appropriate security measures to protect your personal information against unauthorized access, alteration, disclosure, or destruction. Our security measures include:</p>
                        <ul>
                            <li>Secure data storage systems and encrypted databases</li>
                            <li>Access controls and multi-factor authentication</li>
                            <li>Regular security assessments and updates</li>
                            <li>Employee training on data protection and privacy</li>
                            <li>Secure communication channels and protocols</li>
                            <li>Regular backup and recovery procedures</li>
                        </ul>

                        <h2>5. Data Sharing and Disclosure</h2>
                        <p>We do not sell, trade, or rent your personal information to third parties. We may share your information only in the following circumstances:</p>
                        <ul>
                            <li>With your explicit written consent</li>
                            <li>To comply with legal obligations and court orders</li>
                            <li>With trusted service providers under strict confidentiality agreements</li>
                            <li>To protect our rights, property, and safety</li>
                            <li>In case of business transfer or merger (with prior notification)</li>
                        </ul>

                        <h2>6. Your Rights Under This Policy</h2>
                        <p>You have the following rights regarding your personal information:</p>
                        <ul>
                            <li><strong>Right to Access:</strong> Request copies of your personal data</li>
                            <li><strong>Right to Correction:</strong> Update or correct inaccurate information</li>
                            <li><strong>Right to Deletion:</strong> Request removal of your personal data</li>
                            <li><strong>Right to Portability:</strong> Receive your data in a structured format</li>
                            <li><strong>Right to Object:</strong> Object to certain uses of your data</li>
                            <li><strong>Right to Withdraw Consent:</strong> Withdraw consent at any time</li>
                        </ul>

                        <h2>7. Cookies and Website Analytics</h2>
                        <p>Our website may use cookies and similar technologies to enhance user experience and analyze website traffic. You can control cookie settings through your browser preferences.</p>

                        <h2>8. Contact Information for Privacy Concerns</h2>
                        <div class="info-cards" style="margin-top: 2rem;">
                            <div class="info-card">
                                <div class="icon">👤</div>
                                <h3>Privacy Officer</h3>
                                <p><strong>Manish Kumar</strong><br>Proprietor & Data Protection Officer</p>
                            </div>
                            <div class="info-card">
                                <div class="icon">📧</div>
                                <h3>Email Contact</h3>
                                <p><strong>manishkrishna39@gmail.com</strong><br>Privacy-related inquiries welcome</p>
                            </div>
                            <div class="info-card">
                                <div class="icon">📞</div>
                                <h3>Phone Support</h3>
                                <p><strong>+91-98760-39390</strong><br>Mon-Sat: 10 AM - 7 PM</p>
                            </div>
                            <div class="info-card">
                                <div class="icon">📍</div>
                                <h3>Office Address</h3>
                                <p>Dream Care Marketing<br>Shop No. 12, First Floor<br>PPR Mall Main Block<br>Mithapur, Jalandhar - 144022<br>Punjab, India</p>
                            </div>
                        </div>

                        <h2>9. Updates to This Privacy Policy</h2>
                        <p>We may update this Privacy Policy from time to time to reflect changes in our practices or legal requirements. We will notify you of any significant changes by:</p>
                        <ul>
                            <li>Posting the updated policy on our website with a new effective date</li>
                            <li>Sending email notifications to registered users</li>
                            <li>WhatsApp notifications (with your prior consent)</li>
                            <li>Notices in our office and marketing materials</li>
                        </ul>

                        <h2>10. Governing Law and Jurisdiction</h2>
                        <p>This Privacy Policy is governed by the laws of India, including the Information Technology Act, 2000, and the Personal Data Protection Bill. Any disputes arising from this policy will be subject to the exclusive jurisdiction of courts in Jalandhar, Punjab.</p>

                        <h2>11. Business Information</h2>
                        <p>Dream Care Marketing is a registered MSME partnership firm:</p>
                        <ul>
                            <li><strong>MSME Registration:</strong> UAM Number PB10D0017820</li>
                            <li><strong>Established:</strong> July 13, 2017</li>
                            <li><strong>Type:</strong> Partnership Firm</li>
                            <li><strong>NIC Code:</strong> 73100 - Advertising Services</li>
                            <li><strong>Location:</strong> Jalandhar, Punjab, India</li>
                        </ul>

                        <p style="margin-top: 2rem; padding-top: 2rem; border-top: 1px solid #ddd; color: #666;">
                            <strong>Last Updated:</strong> August 25, 2025<br>
                            <strong>Effective Date:</strong> August 25, 2025<br>
                            <strong>Version:</strong> 1.0
                        </p>
                    </div>
                </div>
            </section>
        </div>
    </main>

    <footer>
        <div class="container">
            <div class="footer-content">
                <div class="footer-section">
                    <h3>DREAM CARE MARKETING</h3>
                    <p>Your trusted digital marketing partner since 2017. We are a registered MSME partnership firm providing comprehensive marketing solutions to businesses across Punjab and neighboring regions.</p>
                    <p><strong>MSME Registration:</strong> UAM No. PB10D0017820</p>
                    <p><strong>Established:</strong> July 13, 2017</p>
                </div>

                <div class="footer-section">
                    <h3>Our Services</h3>
                    <ul>
                        <li><a href="#" onclick="showPage('services')">Digital Advertising</a></li>
                        <li><a href="#" onclick="showPage('services')">Social Media Marketing</a></li>
                        <li><a href="#" onclick="showPage('services')">WhatsApp Marketing</a></li>
                        <li><a href="#" onclick="showPage('services')">SEO Services</a></li>
                        <li><a href="#" onclick="showPage('services')">Brand Development</a></li>
                        <li><a href="#" onclick="showPage('services')">Market Research</a></li>
                    </ul>
                </div>

                <div class="footer-section">
                    <h3>Quick Links</h3>
                    <ul>
                        <li><a href="#" onclick="showPage('home')">Home</a></li>
                        <li><a href="#" onclick="showPage('about')">About Us</a></li>
                        <li><a href="#" onclick="showPage('portfolio')">Portfolio</a></li>
                        <li><a href="#" onclick="showPage('contact')">Contact</a></li>
                        <li><a href="#" onclick="showPage('privacy')">Privacy Policy</a></li>
                    </ul>
                </div>

                <div class="footer-section">
                    <h3>Contact Information</h3>
                    <p><strong>Address:</strong><br>Shop No. 12, First Floor<br>PPR Mall Main Block<br>Mithapur, Jalandhar - 144022<br>Punjab, India</p>
                    <p><strong>Phone:</strong> +91-98760-39390</p>
                    <p><strong>Email:</strong> manishkrishna39@gmail.com</p>
                    <p><strong>Business Hours:</strong><br>Mon-Sat: 10:00 AM - 7:00 PM</p>
                </div>
            </div>

            <div class="footer-bottom">
                <p>&copy; 2025 Dream Care Marketing. All Rights Reserved.</p>
                <p>Registered MSME Partnership Firm | UAM No: PB10D0017820 | NIC Code: 73100</p>
                <p>Proprietor: Manish Kumar | Est. 2017 | Jalandhar, Punjab, India</p>
            </div>
        </div>
    </footer>

    <script>
        let currentPage = 'home';

        function showPage(pageId) {
            // Hide all pages
            const pages = document.querySelectorAll('.page');
            pages.forEach(page => page.classList.remove('active'));
            
            // Show selected page
            document.getElementById(pageId).classList.add('active');
            
            // Update navigation
            const navLinks = document.querySelectorAll('.nav-links a');
            navLinks.forEach(link => link.classList.remove('active'));
            
            // Find and activate current nav link
            const activeLink = document.querySelector(`[onclick="showPage('${pageId}')"]`);
            if (activeLink) {
                activeLink.classList.add('active');
            }
            
            // Update current page
            currentPage = pageId;
            
            // Scroll to top
            window.scrollTo({ top: 0, behavior: 'smooth' });
            
            // Close mobile menu if open
            const navLinks_mobile = document.getElementById('navLinks');
            navLinks_mobile.classList.remove('active');
        }

        function toggleMobileMenu() {
            const navLinks = document.getElementById('navLinks');
            navLinks.classList.toggle('active');
        }

        // Interactive Functions for About Page
        function highlightCard(card) {
            // Remove highlight from all cards
            document.querySelectorAll('.clickable-card').forEach(c => {
                c.classList.remove('highlighted');
            });
            
            // Add highlight to clicked card
            card.classList.add('highlighted');
            
            // Add bounce animation
            card.classList.add('bounce');
            setTimeout(() => {
                card.classList.remove('bounce');
            }, 600);
        }

        function expandTeamCard(card, member) {
            // Add expansion effect
            card.style.transform = 'scale(1.02)';
            card.style.zIndex = '10';
            
            // Create info popup
            const popup = document.createElement('div');
            popup.className = 'team-popup';
            popup.style.cssText = `
                position: fixed;
                top: 50%;
                left: 50%;
                transform: translate(-50%, -50%);
                background: white;
                padding: 2rem;
                border-radius: 20px;
                box-shadow: 0 20px 60px rgba(0,0,0,0.3);
                z-index: 1000;
                max-width: 400px;
                width: 90%;
                text-align: center;
                animation: fadeInUp 0.3s ease-out;
            `;
            
            let content = '';
            switch(member) {
                case 'manish':
                    content = `
                        <h3 style="color: #667eea; margin-bottom: 1rem;">Manish Kumar</h3>
                        <p style="margin-bottom: 1rem;">Founder with 7+ years of experience in digital marketing and business development.</p>
                        <p style="color: #666; margin-bottom: 2rem;">Specializes in strategic planning, client relations, and market analysis.</p>
                        <button onclick="closePopup(); window.location.href='tel:+919876039390'" class="cta-button">Call Now</button>
                    `;
                    break;
                case 'social':
                    content = `
                        <h3 style="color: #667eea; margin-bottom: 1rem;">Creative Team</h3>
                        <p style="margin-bottom: 1rem;">Expert content creators and social media specialists.</p>
                        <p style="color: #666; margin-bottom: 2rem;">Responsible for brand storytelling and community engagement.</p>
                        <button onclick="closePopup(); showPage('services')" class="cta-button">View Services</button>
                    `;
                    break;
                case 'advertising':
                    content = `
                        <h3 style="color: #667eea; margin-bottom: 1rem;">Performance Team</h3>
                        <p style="margin-bottom: 1rem;">Data-driven advertising and analytics experts.</p>
                        <p style="color: #666; margin-bottom: 2rem;">Focus on ROI optimization and campaign performance.</p>
                        <button onclick="closePopup(); showPage('portfolio')" class="cta-button">See Results</button>
                    `;
                    break;
            }
            
            popup.innerHTML = content + '<br><button onclick="closePopup()" style="background: #ccc; color: #333; margin-top: 1rem;" class="cta-button">Close</button>';
            
            // Add backdrop
            const backdrop = document.createElement('div');
            backdrop.className = 'popup-backdrop';
            backdrop.style.cssText = `
                position: fixed;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                background: rgba(0,0,0,0.5);
                z-index: 999;
                animation: fadeIn 0.3s ease-out;
            `;
            backdrop.onclick = closePopup;
            
            document.body.appendChild(backdrop);
            document.body.appendChild(popup);
            
            // Reset card after animation
            setTimeout(() => {
                card.style.transform = '';
                card.style.zIndex = '';
            }, 300);
        }

        function closePopup() {
            const popup = document.querySelector('.team-popup');
            const backdrop = document.querySelector('.popup-backdrop');
            if (popup) popup.remove();
            if (backdrop) backdrop.remove();
        }

        function animateCounter(card) {
            const number = card.querySelector('.achievement-number');
            const target = parseInt(number.dataset.target);
            
            card.classList.add('counting');
            
            let current = 0;
            const increment = target / 50;
            const timer = setInterval(() => {
                current += increment;
                if (current >= target) {
                    number.textContent = target + (target > 10 ? '+' : '');
                    clearInterval(timer);
                    card.classList.remove('counting');
                } else {
                    number.textContent = Math.floor(current);
                }
            }, 30);
        }

        // Editable content functions
        function makeEditable(element) {
            const originalText = element.textContent;
            element.contentEditable = true;
            element.focus();
            element.style.background = '#f0f2f5';
            element.style.padding = '0.5rem';
            element.style.borderRadius = '5px';
            
            element.addEventListener('blur', function() {
                element.contentEditable = false;
                element.style.background = '';
                element.style.padding = '';
                element.style.borderRadius = '';
            });
            
            element.addEventListener('keypress', function(e) {
                if (e.key === 'Enter') {
                    element.blur();
                }
            });
        }

        // Initialize page
        document.addEventListener('DOMContentLoaded', function() {
            // Intersection Observer for animations
            const observerOptions = {
                threshold: 0.1,
                rootMargin: '0px 0px -50px 0px'
            };

            const observer = new IntersectionObserver(function(entries) {
                entries.forEach(entry => {
                    if (entry.isIntersecting) {
                        entry.target.style.opacity = '1';
                        entry.target.style.transform = 'translateY(0)';
                    }
                });
            }, observerOptions);

            // Observe all fade-in elements
            document.querySelectorAll('.fade-in').forEach(element => {
                element.style.opacity = '0';
                element.style.transform = 'translateY(40px)';
                element.style.transition = 'all 0.8s ease';
                observer.observe(element);
            });

            // Stats counter animation for home page
            function animateStats() {
                const statNumbers = document.querySelectorAll('.stat-number');
                statNumbers.forEach(stat => {
                    const target = parseInt(stat.textContent.replace('+', ''));
                    const increment = target / 50;
                    let current = 0;
                    
                    const timer = setInterval(() => {
                        current += increment;
                        if (current >= target) {
                            stat.textContent = target + (stat.textContent.includes('+') ? '+' : '');
                            clearInterval(timer);
                        } else {
                            stat.textContent = Math.floor(current) + (stat.textContent.includes('+') ? '+' : '');
                        }
                    }, 50);
                });
            }

            // Animate stats when hero section is visible
            const heroObserver = new IntersectionObserver(function(entries) {
                entries.forEach(entry => {
                    if (entry.isIntersecting && currentPage === 'home') {
                        animateStats();
                        heroObserver.disconnect();
                    }
                });
            });

            const heroStats = document.querySelector('.hero-stats');
            if (heroStats) {
                heroObserver.observe(heroStats);
            }

            // Service card hover effects
            document.querySelectorAll('.service-card').forEach(card => {
                card.addEventListener('mouseenter', function() {
                    this.style.transform = 'translateY(-10px) scale(1.02)';
                });
                
                card.addEventListener('mouseleave', function() {
                    this.style.transform = 'translateY(0) scale(1)';
                });
            });

            // Add edit indicators to cards
            document.querySelectorAll('.info-card').forEach(card => {
                const editIndicator = document.createElement('div');
                editIndicator.className = 'edit-indicator';
                editIndicator.textContent = 'Click to highlight';
                card.appendChild(editIndicator);
            });

            // Make certain content editable on double-click
            document.querySelectorAll('.team-card h3, .info-card h3').forEach(element => {
                element.addEventListener('dblclick', function() {
                    makeEditable(this);
                });
            });

            // Close mobile menu when clicking outside
            document.addEventListener('click', function(event) {
                const navLinks = document.getElementById('navLinks');
                const mobileBtn = document.querySelector('.mobile-menu-btn');
                
                if (!navLinks.contains(event.target) && !mobileBtn.contains(event.target)) {
                    navLinks.classList.remove('active');
                }
            });

            // Add keyboard navigation
            document.addEventListener('keydown', function(e) {
                if (e.key === 'Escape') {
                    closePopup();
                }
            });
        });

        // Handle browser back/forward buttons
        window.addEventListener('popstate', function(event) {
            if (event.state && event.state.page) {
                showPage(event.state.page);
            }
        });

        // Add to browser history when changing pages
        const originalShowPage = showPage;
        showPage = function(pageId) {
            originalShowPage(pageId);
            history.pushState({page: pageId}, '', '#' + pageId);
        };
    </script>
</body>
</html>